home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / htmltut / Add+a+Title.db < prev    next >
Encoding:
Text File  |  2002-07-01  |  689 b   |  27 lines

  1. @@inc HTMLToc
  2.  
  3. == Add a Title
  4.  
  5.  
  6.  
  7. At the top of your page, you should now have
  8.  
  9.  
  10.  
  11. <pre>
  12.  
  13.    <html>
  14.  
  15.    <head>
  16.  
  17.    <title></title>
  18.  
  19.    </head>
  20.  
  21.    </body>
  22.  
  23.  
  24.  
  25.    </body>
  26.  
  27.    </html>
  28.  
  29. </pre>
  30.  
  31.  
  32.  
  33. Every Web page must have a "title" -- it's in the specifications that way. The "title" also shows up in the [[b Title Bar]] (ta-DAA!) of the browser. Look at the title bar to see the title of this WBT page.
  34.  
  35.  
  36.  
  37. To add a title, put some text into the "title" element on your Web page. Place your editing cursor between the start and end tags of the "title" element, and type
  38.  
  39.  
  40.  
  41. <pre>
  42.  
  43.    Home Page - My First Web
  44.  
  45. </pre>
  46.  
  47.  
  48.  
  49. [[b Go to ((Add Text))]]
  50.  
  51.  
  52.